home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / ace18b.zip / KTS.ZIP / AVATAR.ASC < prev    next >
Text File  |  1993-11-01  |  1KB  |  40 lines

  1.  
  2. ; AVATAR ?  Apparantly BBS software isn't using AVATAR codes for the
  3. ;           key-press sequences. MAXIMUS states the VT100 is used.
  4. ;           Oh? Ok, well if this is in correct or changes you can
  5. ;           re-compile you AVATAR.ASC file using ACECOMM's KTS.EXE
  6. ;           (Keyboard Translation Sequeance compiler).
  7. ; Note: characters 32 decimal and below may be represented with a
  8. ;       corresponding ^ prefix. ^A = 1, ^Z = 26, ^[ = 27 ^` =32
  9. TAB       ^I
  10. DEL/.     
  11. HOME/7    ^[[H
  12. UP/8      ^[[A
  13. DOWN/2    ^[[B
  14. LEFT/4    ^[[D
  15. RIGHT/6   ^[[C
  16. CTRL-PGDN  ^[[H^[[2J
  17. END/1     ^[[K
  18. CTRL-HOME  ^[[L
  19. CTRL-PGUP  ^[[M
  20. ;CTRL-J     ^J ; Normal Keyboard mapping defaults to this already
  21. ; NUMLOCK KEY "ON"
  22. KEYPAD-0   ^[Op
  23. KEYPAD-1   ^[Oq
  24. KEYPAD-2   ^[Or
  25. KEYPAD-3   ^[Os
  26. KEYPAD-4   ^[Ot
  27. KEYPAD-5   ^[Ou
  28. KEYPAD-6   ^[Ov
  29. KEYPAD-7   ^[Ow
  30. KEYPAD-8   ^[Ox
  31. KEYPAD-9   ^[Oy
  32. KEYPAD--   ^[Om
  33. KEYPAD-*   ^[Ol
  34. KEYPAD-.   ^[On
  35. KEYPAD-+   ^[OM
  36. F1        ^[OP
  37. F2        ^[OQ
  38. F3        ^[OR
  39. F4        ^[OS
  40.